home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 2000 #2 / Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO / products / bin / java2 / Solaris_2 / lib / flavormap.properties < prev    next >
Text File  |  2000-01-05  |  903b  |  26 lines

  1. #  @(#)flavormap.properties    1.5 98/09/08 1.5, 09/08/98
  2.  
  3. #
  4. # This properties file is loaded by java.awt.dnd.FlavorMap class on loading
  5. # and contains the Motif/X11 platform specific default mappings between
  6. # "common" X11 Selection "target" atoms and a "platform" independent MIME
  7. # type string.
  8. #
  9. # It is required that there is 1-to-1 (inverse) mapping between platform
  10. # targets and MIME strings.
  11. #
  12. # these "defaults" may be augmented by specifying the:
  13. #
  14. #     awt.DnD.flavorMapFileURL 
  15. #
  16. # property in the appropriate awt.properties file
  17. # this will cause this properties URL to also be loaded into the FlavorMap.
  18. #
  19.  
  20.  
  21. STRING=text/plain; charset=iso8859-1
  22. TEXT=text/plain;charset=unknown;class=java.io.InputStream
  23. COMPOUND_TEXT=text/plain;charset=X11-COMPOUND_TEXT;class=java.io.InputStream
  24. EUC=text/plain;charset=euc;class=java.io.InputStream
  25. FILE_NAME=application/x-java-file-list;class=java.util.List
  26.